mergAVEditVideo
Type
function
Summary
Edits the video and saves the result in the temporary folder and returns the file path
Syntax
mergAVEditVideo(<pFilePath>, [<pQuality>], [<pDuration>])
Description
iOS Only.
Parameters
Name | Type | Description |
---|---|---|
pFilePath | the file path of the video | |
pQuality | (optional with "medium" default) the quality of the video
| |
pDuration | (optional with 600 default) the maximum duration of the video |
Examples
put mergAVEditVideo(tVideoPath,"medium",180) into tEditedVideoPath
put mergAVEditVideo(tVideoPath,"low") into tEditedVideoPath
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
mac
Platforms
desktop
mobile